home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #44 (May 89) / Cursor Stuff / AnimCurs.h < prev    next >
Text File  |  1989-02-17  |  448b  |  12 lines

  1. /*    Prototypes for the animated cursor subroutines.
  2.         See “AnimCurs.c” for details on how to call these.
  3. */
  4.  
  5. void acStartHG (int delay);                            /* set up for an hourglass cursor */
  6. void acStartW1 (int delay);                            /* set up for one-handed watch */
  7. void acStartW2 (int delay);                            /* set up for two-handed watch */
  8.  
  9. void acDelay (int delay);                                /* set delay between frames */
  10.  
  11. void acNext (void);                                            /* idle-time call: advance cursor */
  12.